Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Aug 1, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 8facbb8 -> 1e41486
@angular/animations (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/cdk dependencies digest 226ed2f -> c171203
@angular/cdk devDependencies patch 20.2.0-next.2 -> 20.2.0-next.3
@angular/common dependencies digest 0f994bf -> 57cadef
@angular/common (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/compiler dependencies digest 15094d7 -> 5b1f6fc
@angular/compiler (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/compiler-cli dependencies digest 321bcb1 -> 490e003
@angular/compiler-cli (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/core dependencies digest f69e100 -> 9094335
@angular/core (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/forms dependencies digest da2506e -> 8f4d0d8
@angular/forms (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/language-service dependencies digest 4712139 -> e6da976
@angular/localize dependencies digest a8a5e7c -> 418817f
@angular/localize devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/material dependencies digest 009934b -> 702bd13
@angular/material devDependencies patch 20.2.0-next.2 -> 20.2.0-next.3
@angular/material-moment-adapter dependencies digest 4030f4d -> 3f7b1e3
@angular/ng-dev devDependencies digest 9aea3ff -> 865ef05
@angular/platform-browser dependencies digest 7b0fc02 -> 19eba98
@angular/platform-browser (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/platform-browser-dynamic dependencies digest f86183a -> 0552dd3
@angular/platform-server dependencies digest e487455 -> 568d22a
@angular/platform-server (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/router dependencies digest 01c888b -> c00aaa1
@angular/router (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
@angular/service-worker dependencies digest 57c779d -> 6f86c91
@angular/service-worker (source) devDependencies patch 20.2.0-next.3 -> 20.2.0-rc.0
angular/dev-infra action digest 72763ac -> ef64fab
devinfra git_repository digest 361ceb6 -> ef64fab

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v20.2.0-rc.0

Compare Source

compiler-cli
Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#​63061)
core
Commit Type Description
a409534d6c feat support as aliases on else if blocks (#​63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#​63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#​63048)
router
Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#​63062)
service-worker
Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#​63059)

v20.2.0-next.6

Compare Source

compiler-cli
Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#​63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#​63053)

v20.2.0-next.5

Compare Source

Deprecations

router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
platform-browser
Commit Type Description
d24d5742db feat Add IsolatedShadowDom encapsulation method (#​62723)
router
Commit Type Description
687c374826 feat add a currentNavigation signal to the Router service. (#​63011)

v20.2.0-next.4

Compare Source

Deprecations

router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
compiler-cli
Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#​62965)
core
Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#​62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#​62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#​62979)
ebd622b344 fix fixes empty animations when recalculating styles (#​63007)
455b147488 fix fixes timing issues with enter animations (#​62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#​62992)
forms
Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#​57102)
http
Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#​62873)
migrations
Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#​62913)
platform-browser
Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#​62963)
router
Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#​62971)
service-worker
Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#​62834)
5220b51e75 feat Adds for type in provideServiceWorker (#​62831)
angular/components (@​angular/cdk)

v20.2.0-next.3

Compare Source

material
Commit Type Description
845a6910a6 fix autocomplete: default to transparent backdrop (#​31647)
11ad09ff3e fix button-toggle: skip keyboard navigation when modifier key is pressed (#​31651)
4bf8ebf5f3 fix chips: focus not moved on destroy (#​31653)
b2c7abfbad fix core: add key validation to m2-theme (#​31631)
839aa3e375 fix core: fix m2 system color values (#​31632)
7674e5872c fix core: special-case icon button color token (#​31625)
96117bceda fix form-field: resolve memory leak (#​31643)
cdk-experimental
Commit Type Description
228aaf1fa3 feat ui-patterns: create List behavior (#​31601)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Aug 1, 2025
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 28 times, most recently from 57c131d to a32d918 Compare August 6, 2025 19:36
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 17 times, most recently from 71edf19 to 5f73f0a Compare August 11, 2025 13:44
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 5f73f0a to 35f9363 Compare August 11, 2025 14:05
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
pull bot pushed a commit to j3din00b/angular-cli that referenced this pull request Aug 11, 2025
See associated pull request for more information.

Closes angular#30829 as a pr takeover
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant